Skip to content

[codex] Add agent hook lint checks#70

Merged
boxp merged 2 commits intomainfrom
feature/agent-tool-hooks-lint-format
Apr 14, 2026
Merged

[codex] Add agent hook lint checks#70
boxp merged 2 commits intomainfrom
feature/agent-tool-hooks-lint-format

Conversation

@boxp
Copy link
Copy Markdown
Owner

@boxp boxp commented Apr 14, 2026

Summary

  • add repo-local Claude Code and Codex PostToolUse hook configs for ceeker development
  • add a shared hook script that runs make format-check and make lint after mutating tool calls
  • add shell coverage for the hook behavior and wire it into make test

Why

ceeker development should automatically validate formatting and lint state after agent tool calls so Codex and Claude get immediate feedback before work drifts from repo standards.

Impact

Developers working in this repo get hook-driven validation without extra manual setup beyond enabling Codex hooks. Claude picks up the repo-local settings automatically, and Codex gets the same validation for supported PostToolUse events.

Root Cause

The repo did not provide any local hook configuration for agent tool calls, so validation depended on manually remembering to run format and lint checks.

Validation

  • make ci

@boxp boxp marked this pull request as ready for review April 14, 2026 05:52
@boxp boxp merged commit 1ed57fa into main Apr 14, 2026
6 checks passed
@boxp boxp deleted the feature/agent-tool-hooks-lint-format branch April 14, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant